home *** CD-ROM | disk | FTP | other *** search
- object OKBottomDlg: TOKBottomDlg
- Left = 431
- Top = 189
- HelpContext = 600
- BorderStyle = bsDialog
- ClientHeight = 131
- ClientWidth = 265
- Color = clBtnFace
- ParentFont = True
- OldCreateOrder = True
- OnCreate = FormCreate
- OnHide = FormHide
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object OKBtn: TButton
- Left = 39
- Top = 100
- Width = 75
- Height = 25
- Default = True
- ModalResult = 1
- TabOrder = 0
- OnClick = OKBtnClick
- end
- object CancelBtn: TButton
- Left = 151
- Top = 100
- Width = 75
- Height = 25
- Cancel = True
- ModalResult = 2
- TabOrder = 1
- OnClick = CancelBtnClick
- end
- object Group: TGroupBox
- Left = 8
- Top = 8
- Width = 249
- Height = 81
- TabOrder = 2
- object Text: TLabel
- Left = 16
- Top = 24
- Width = 220
- Height = 17
- Alignment = taCenter
- AutoSize = False
- end
- object Label: TLabel
- Left = 16
- Top = 48
- Width = 225
- Height = 17
- Alignment = taCenter
- AutoSize = False
- end
- end
- end
-